reflect.rtype.Kind (method, view implemented interface methods)

18 uses

	reflect (current package)
		type.go#L555: 	k := t.Kind()
		type.go#L566: func (t *rtype) Kind() Kind { return Kind(t.t.Kind()) }
		type.go#L577: 	if t.Kind() == Interface {
		type.go#L585: 	if t.Kind() == Interface {
		type.go#L619: 	if t.Kind() == Interface {
		type.go#L689: 	if t.Kind() != Chan {
		type.go#L713: 	if t.Kind() != Struct {
		type.go#L721: 	if t.Kind() != Struct {
		type.go#L729: 	if t.Kind() != Struct {
		type.go#L737: 	if t.Kind() != Struct {
		type.go#L745: 	if t.Kind() != Map {
		type.go#L753: 	if t.Kind() != Array {
		type.go#L761: 	if t.Kind() != Struct {
		type.go#L769: 	if t.Kind() != Func {
		type.go#L777: 	if t.Kind() != Func {
		type.go#L785: 	if t.Kind() != Func {
		type.go#L793: 	if t.Kind() != Func {
		type.go#L801: 	if t.Kind() != Func {